home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / spopsu.dfm / spopsu.txt
Encoding:
Text File  |  1999-07-30  |  1.8 KB  |  108 lines

  1. object SPOPSetupDlg: TSPOPSetupDlg
  2.   Left = 192
  3.   Top = 107
  4.   ActiveControl = ServerEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 246
  8.   ClientWidth = 363
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 345
  19.     Height = 193
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 24
  25.     Width = 59
  26.     Height = 13
  27.     Caption = 'POP Server:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 24
  31.     Top = 60
  32.     Width = 56
  33.     Height = 13
  34.     Caption = 'User Name:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 24
  38.     Top = 96
  39.     Width = 49
  40.     Height = 13
  41.     Caption = 'Password:'
  42.   end
  43.   object Label5: TLabel
  44.     Left = 24
  45.     Top = 132
  46.     Width = 71
  47.     Height = 13
  48.     Caption = 'Log File Name:'
  49.   end
  50.   object OKButton: TButton
  51.     Left = 184
  52.     Top = 211
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 4
  59.   end
  60.   object CancelButton: TButton
  61.     Left = 272
  62.     Top = 211
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 5
  69.   end
  70.   object ServerEdit: TEdit
  71.     Left = 162
  72.     Top = 20
  73.     Width = 174
  74.     Height = 21
  75.     TabOrder = 0
  76.   end
  77.   object UserNameEdit: TEdit
  78.     Left = 162
  79.     Top = 56
  80.     Width = 174
  81.     Height = 21
  82.     TabOrder = 1
  83.   end
  84.   object PasswordEdit: TEdit
  85.     Left = 162
  86.     Top = 92
  87.     Width = 174
  88.     Height = 21
  89.     TabOrder = 2
  90.   end
  91.   object LogFileNameEdit: TEdit
  92.     Left = 162
  93.     Top = 128
  94.     Width = 174
  95.     Height = 21
  96.     TabOrder = 3
  97.   end
  98.   object AsIsCheckBox: TCheckBox
  99.     Left = 24
  100.     Top = 168
  101.     Width = 152
  102.     Height = 17
  103.     Alignment = taLeftJustify
  104.     Caption = 'Save Msgs "as is" (Debug)'
  105.     TabOrder = 6
  106.   end
  107. end
  108.